|
modprobe - program to add and remove modules from the Linux Kernel |
| [SYNOPSIS] modprobe OPTION MODULE |
| -a |
Insert all module names on the command line
|
| -l |
List all modules matching the given wildcard
|
| -r |
This option causes modprobe to remove, rather than insert a module
|
|